-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it clear what kritis
is
#25
Conversation
One of the examples demonstrates building an arbitrary pipeline for a project called `kritis`, mostly b/c folks who are working on this project have also worked on `kritis` and are familiar with it, but it's not actually relevant to `bulid-pipeline` directly. Tried to make this more clear in the docs. Also in #2 we had a question about what `strawman` means (not the first time this has come up!) A defintion is avialable at https://en.wikipedia.org/wiki/Straw_man_proposal but also mentions it is "american business jargon" so if we want to go on using that term we should define it. Instead I removed it from the one place it exists in our docs. Since no one has completely beaten up the proposal yet it seems to be graduating beyond the "strawman" phase - but correct me if I'm wrong :D
That makes the pipeline example more clear, Thanks |
@@ -1,6 +1,6 @@ | |||
# Examples | |||
|
|||
This directory contains examples of [the Pipeline strawman CRDs](../README.md) in action. | |||
This directory contains examples of [the Pipeline CRDs](../README.md) in action. | |||
|
|||
To deploy them to your cluster (after |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have never tested this.
Have you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
examples/README.md
Outdated
This pipeline demonstartes how to integrate frontend [guestbook app code](https://github.com/kubernetes/examples/tree/master/guestbook-go) with backed [redis-docker image](https://github.com/GoogleCloudPlatform/redis-docker/tree/master/4) provided by GCP. | ||
|
||
![Pipeline Configuration](./pipelines/guestbook-pipeline.png) | ||
[kritis-pipeline-run.yaml](./invocations/kritis-pipeline-run.yaml) shows an example of what it would look like to invoke the [kritis example pipeline](#example-pipelines) manually and have it fail on the second task (building and pushing the image). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a little bit confusing to me.
I am reading it as "User has configured this pipeline to fail at step 2"
Instead, the pipeline run controller determined the task failed and updated the status right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point! I've tried to make this more clear, PTAL
Update README to 0.3.0
One of the examples demonstrates building an arbitrary pipeline for
a project called
kritis
, mostly b/c folks who are working on thisproject have also worked on
kritis
and are familiar with it, but it'snot actually relevant to
bulid-pipeline
directly. Tried to make thismore clear in the docs.
Also in #2 we had a question about what
strawman
means (not the firsttime this has come up!) A defintion is avialable at https://en.wikipedia.org/wiki/Straw_man_proposal
but also mentions it is "american business jargon" so if we want to go
on using that term we should define it. Instead I removed it from the
one place it exists in our docs. Since no one has completely beaten up
the proposal yet it seems to be graduating beyond the "strawman" phase -
but correct me if I'm wrong :D